public static void decryptFile( Stream input, java.lang.String inputPassword, Stream output, boolean enableObjectCompression ) |
Parameters
- input
- Stream containing the input PDF file.
- inputPassword
- Password for decrypting the input file.
- output
- Stream for storing the decrypted PDF file.
- enableObjectCompression
- If true then the internal structure of the output PDF file is compressed.